($message=null, $code=0)
| 782 | const PROTOCOL_ERROR = 7; |
| 783 | |
| 784 | public function __construct($message=null, $code=0) |
| 785 | { |
| 786 | parent::__construct($message, $code); |
| 787 | } |
| 788 | |
| 789 | public function read($output) |
| 790 | { |
nothing calls this directly
no test coverage detected