Exception: Shouter::ScopeMissingError
- Inherits:
-
StandardError
- Object
- StandardError
- Shouter::ScopeMissingError
- Defined in:
- lib/shouter/listener.rb
Instance Method Summary collapse
-
#initialize ⇒ ScopeMissingError
constructor
A new instance of ScopeMissingError.
Constructor Details
#initialize ⇒ ScopeMissingError
Returns a new instance of ScopeMissingError.
4 5 6 |
# File 'lib/shouter/listener.rb', line 4 def initialize 'You must supply a scope for running the events' end |