Exception: Txgh::TransifexNotFoundError

Inherits:
TransifexApiError show all
Defined in:
lib/txgh/errors.rb

Instance Attribute Summary

Attributes inherited from TransifexApiError

#status_code

Instance Method Summary collapse

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(message = 'Not found')
  super(message, 404)
end