Exception: JobNotifier::Error::InvalidIdentifier

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/job_notifier/error.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidIdentifier

Returns a new instance of InvalidIdentifier.



4
5
6
# File 'lib/job_notifier/error.rb', line 4

def initialize
  super("you need to pass a non blank identifier")
end