Exception: Aric::Error::JobNameRequired

Inherits:
StandardError
  • Object
show all
Defined in:
lib/aric/error/job_not_found.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  'Job name required, But not pass job name'
end