| 1 | <?php namespace Magestead\Exceptions; |
||
| 7 | class AuthSavePermissionsException extends \RuntimeException |
||
| 8 | { |
||
| 9 | const TPL = "\n\nFile auth.json is not writable. Please add the following content manually: \n%s\n"; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @param array $auth |
||
| 13 | * @return self |
||
| 14 | */ |
||
| 15 | public function setAuthObject(array $auth) |
||
| 20 | } |
||
| 21 |