Exception: Shouter::ScopeMissingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/shouter/listener.rb

Instance Method Summary collapse

Constructor Details

#initializeScopeMissingError

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