| 1 | <?php namespace Arcanedev\LaravelAuth\Exceptions; |
||
| 11 | class UserConfirmationException extends ModelNotFoundException |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Setters & Getters |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Set the affected Eloquent model. |
||
| 20 | * |
||
| 21 | * @param string $model |
||
| 22 | * @param array $ids |
||
| 23 | * |
||
| 24 | * @return self |
||
| 25 | */ |
||
| 26 | public function setModel($model, $ids = []) |
||
| 34 | } |
||
| 35 |