Exception: Txgh::TransifexUnauthorizedError
- Inherits:
-
TransifexApiError
- Object
- StandardError
- TransifexApiError
- Txgh::TransifexUnauthorizedError
- Defined in:
- lib/txgh/errors.rb
Instance Attribute Summary
Attributes inherited from TransifexApiError
Instance Method Summary collapse
-
#initialize(message = 'Unauthorized') ⇒ TransifexUnauthorizedError
constructor
A new instance of TransifexUnauthorizedError.
Constructor Details
#initialize(message = 'Unauthorized') ⇒ TransifexUnauthorizedError
Returns a new instance of TransifexUnauthorizedError.
21 22 23 |
# File 'lib/txgh/errors.rb', line 21 def initialize( = 'Unauthorized') super(, 401) end |