Exception: Proscenium::SideLoad::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Proscenium::SideLoad::NotFound
- Defined in:
- lib/proscenium/side_load.rb
Instance Method Summary collapse
-
#initialize(pathname) ⇒ NotFound
constructor
A new instance of NotFound.
- #message ⇒ Object
Constructor Details
#initialize(pathname) ⇒ NotFound
Returns a new instance of NotFound.
9 10 11 12 |
# File 'lib/proscenium/side_load.rb', line 9 def initialize(pathname) @pathname = pathname super end |
Instance Method Details
#message ⇒ Object
14 15 16 |
# File 'lib/proscenium/side_load.rb', line 14 def "#{@pathname} does not exist" end |