Exception: IPlayer::Errors::RecognizedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- IPlayer::Errors::RecognizedError
- Includes:
- Translations
- Defined in:
- lib/iplayer/errors.rb
Constant Summary
Constants included from Translations
Instance Method Summary collapse
Methods included from Translations
Instance Method Details
#to_str ⇒ Object
9 10 11 |
# File 'lib/iplayer/errors.rb', line 9 def to_str t(self.class.name.split("::").last, :message => ) end |