errors = $errors; } /** * Get the errors. * * @return array */ public function get() { return $this->errors; } } /* |-------------------------------------------------------------------------- | Feather Model Exception |-------------------------------------------------------------------------- | | The exception class for Feather models. | */ class FeatherModelException extends Exception {} /* |-------------------------------------------------------------------------- | Auth Exception |-------------------------------------------------------------------------- | | The exception class for Feather's Authentication. | */ class AuthException extends Exception {}