Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • AppController
  • 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