TwistPHP Documentation

Exception

File path: dist/twist/Classes/Exception.class.php
Namespace: Twist\Classes
Extends: \Exception

Type: Class

Exception — Class Exception

Example Usage

<?php
//Call the function getFile with the example vars
$resException = new \Twist\Classes\Exception();
$resException -> getFile();

Method List

Method Access Returns
getMessagepublicvoid
getCodepublicvoid
getFilepublicvoid
getLinepublicvoid
getTracepublicvoid
getTraceAsStringpublicvoid
__toStringpublicvoid
__constructconstructvoid