Overview

Namespaces

  • None
  • sinacloud
    • sae

Classes

  • Storage

Exceptions

  • StorageException
  • Overview
  • Namespace
  • Class

Class StorageException

Storage 异常类

Exception implements Throwable
Extended by sinacloud\sae\StorageException
Namespace: sinacloud\sae
Located at Storage.php
Methods summary
public
# __construct( string $message, string $file, string $line, integer $code = 0 )

构造函数

构造函数

Parameters

$message
异常信息
$file
抛出异常的文件
$line
抛出异常的代码行
$code
异常码

Overrides

Exception::__construct()
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen