Exception: Dynectastic::SessionBusy

Inherits:
DynectError
  • Object
show all
Defined in:
lib/dynectastic/errors.rb

Instance Attribute Summary

Attributes inherited from DynectError

#code, #source, #text

Instance Method Summary collapse

Methods inherited from DynectError

#initialize

Constructor Details

This class inherits a constructor from Dynectastic::DynectError

Instance Method Details

#messageObject



27
28
29
# File 'lib/dynectastic/errors.rb', line 27

def message
  "This session already has a job running. Try again later."
end