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