Exception implements Throwable
Mypos\IPC\IPC_Exception
Methods summary
Methods inherited from Exception
__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
Properties inherited from Exception
$code, $file, $line, $message
Example
<?php
namespace Mypos\IPC;
class IPC_Exception extends \Exception
{
#TODO
}