|
|
@ -2,6 +2,11 @@ |
|
|
|
|
|
|
|
|
namespace RouterOS\Exceptions; |
|
|
namespace RouterOS\Exceptions; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Class Exception |
|
|
|
|
|
* @package RouterOS\Exceptions |
|
|
|
|
|
* @since 0.1 |
|
|
|
|
|
*/ |
|
|
class Exception extends \Exception |
|
|
class Exception extends \Exception |
|
|
{ |
|
|
{ |
|
|
public function __construct(string $message = '', int $code = 0, \Throwable $previous = null) |
|
|
public function __construct(string $message = '', int $code = 0, \Throwable $previous = null) |