Exception: Txgh::TransifexNotFoundError
- Inherits:
-
TransifexApiError
- Object
- StandardError
- TransifexApiError
- Txgh::TransifexNotFoundError
- Defined in:
- lib/txgh/errors.rb
Instance Attribute Summary
Attributes inherited from TransifexApiError
Instance Method Summary collapse
-
#initialize(message = 'Not found') ⇒ TransifexNotFoundError
constructor
A new instance of TransifexNotFoundError.
Constructor Details
#initialize(message = 'Not found') ⇒ TransifexNotFoundError
Returns a new instance of TransifexNotFoundError.
15 16 17 |
# File 'lib/txgh/errors.rb', line 15 def initialize( = 'Not found') super(, 404) end |