Exception: Shouter::ScopeMissingError

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

Instance Method Summary collapse

Constructor Details

#initializeScopeMissingError

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