Property | Type | Description | |
---|---|---|---|
$response |
Method | Description | |
---|---|---|
__construct ( string $message, integer $code, Exception $previous = null, |
Constructor. | |
earlyException ( string $message ) | Output an exception *very* early in the load-chain. | |
earlyExceptionComposer ( ) | Exception due to a missing vendor/autoload.php file. | |
earlyExceptionMissingLoaderConfig ( ) | Exception due to a missing .bolt.yml or .bolt.php file. | |
earlyExceptionVersion ( ) | Exception due to a PHP version being unsupported. | |
getResponse ( ) : |
||
hasResponse ( ) : boolean | ||
setResponse ( |
Method | Description | |
---|---|---|
getEarlyExceptionHtml ( ) : string | Template for early exception HTML to be parsed by sprintf() prior to output. | |
getHintsComposer ( ) : string | Footer hints for missing autoload.php exceptions. |
public __construct ( string $message, integer $code, Exception $previous = null, |
||
$message | string | |
$code | integer | |
$previous | Exception | |
$response |
public static earlyException ( string $message ) | ||
$message | string |
public static earlyExceptionComposer ( ) |
public static earlyExceptionMissingLoaderConfig ( ) |
public static earlyExceptionVersion ( ) |
protected static getEarlyExceptionHtml ( ) : string | ||
return | string |
protected static getHintsComposer ( ) : string | ||
return | string |
public getResponse ( ) : |
||
return |
public setResponse ( |
||
$response |