| 1 | <?php |
||
| 24 | class UnauthorizedManageMemberException extends UnauthorizedHttpException |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Constructor. |
||
| 28 | * @param int $code error code |
||
| 29 | * @param \Exception $previous The previous exception used for the exception chaining. |
||
| 30 | */ |
||
| 31 | public function __construct($code = 0, \Exception $previous = null) |
||
| 35 | |||
| 36 | public function getName() |
||
| 40 | } |
||
| 41 |