File path: dist/twist/Classes/Exception.class.php
Namespace: Twist\Classes
Extends: \Exception
Type: Class
Exception
— Class Exception
<?php
//Call the function getFile with the example vars
$resException = new \Twist\Classes\Exception();
$resException -> getFile();
Method | Access | Returns |
---|---|---|
getMessage | public | void |
getCode | public | void |
getFile | public | void |
getLine | public | void |
getTrace | public | void |
getTraceAsString | public | void |
__toString | public | void |
__construct | construct | void |