| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function __construct($message='Your authenticator must extend IAuthenticator at '.IAuthenticator::class, $code=500, Throwable $previous = null, $unionCloudCode = 0, $unionCloudMessage='') |
||
| 28 | {
|
||
| 29 | parent::__construct($message, $code, $previous, $unionCloudCode, $unionCloudMessage); |
||
| 30 | } |
||
| 32 | } |