TwistPHP Documentation

getCode

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

getCode

Return Values

void — No return information has been documented for this function.

Example

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