Exception: TvMaze::Exception::Base
- Inherits:
-
Exception
- Object
- Exception
- TvMaze::Exception::Base
- Defined in:
- lib/tv_maze/exception.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(message) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/tv_maze/exception.rb', line 3 def initialize() super() end |