Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • controllers
      • models
    • components
      • areyouahuman
      • auth
        • motp
        • oath
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • events
        • default
      • exchange
        • rates
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
          • quickbooks
            • invoice
      • json
      • modules
      • net
        • amazon
          • s3
        • http
        • net
          • geo
            • ip
      • plugins
      • recaptcha
      • reports
        • aging
          • invoices
        • custom
          • report
        • invoice
          • creation
        • tax
          • liability
        • transactions
          • applied
          • received
      • security
      • session
        • cart
      • settingscollection
      • upgrades
        • tasks
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
      • widget
        • client
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • form
      • html
      • javascript
      • xml
    • lib
  • None
  • PHP

Classes

  • Cache
  • Configure
  • Controller
  • Dispatcher
  • Language
  • Loader
  • Model
  • Router
  • View

Exceptions

  • UnknownException

Class UnknownException

Format exceptions and errors thrown by PHP for handling in other parts of the app.

Exception
Extended by UnknownException
Package: minPHP\lib
Located at lib/unknown_exception.php

Methods summary

public
# __construct( mixed $message, mixed $code, mixed $serverity, mixed $filename, mixed $lineno )

Overrides

Exception::__construct
final public
# getSeverity( )
public static
# setErrorHandler( integer $err_no, string $err_str, string $err_file, integer $err_line )

Set the exception to be generated by a PHP error set by "set_error_handler".

Set the exception to be generated by a PHP error set by "set_error_handler".

Parameters

$err_no
integer
$err_no The error number given by the PHP exception handler
$err_str
string
$err_str The error string given by the PHP exception handler
$err_file
string
$err_file The file name given by the PHP exception handler
$err_line
integer
$err_line The line number given by the PHP exception handler

Throws

UnknownException
Thrown whenever error reporting is set to allow this type of error
public static
# setExceptionHandler( Exception $e )

Report all uncaught exception except if error reporting is turned off.

Report all uncaught exception except if error reporting is turned off.

Parameters

$e
Exception
$e An exception that has not been caught.
public static
# setFatalErrorHandler( )

Attempt to raise an error via Dispatcher::raiseError() for fatal errors caught using PHP's register_shutdown_function() function.

Attempt to raise an error via Dispatcher::raiseError() for fatal errors caught using PHP's register_shutdown_function() function.

Methods inherited from Exception

__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Magic methods summary

Properties summary

protected mixed $message
#
protected mixed $code
#
protected mixed $file
#
protected mixed $line
#
protected mixed $serverity
#
Blesta API documentation generated by ApiGen 2.8.0