Exception: Inferno::Exceptions::InvalidRunnableIdException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::Exceptions::InvalidRunnableIdException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ InvalidRunnableIdException
constructor
A new instance of InvalidRunnableIdException.
Constructor Details
#initialize(id) ⇒ InvalidRunnableIdException
Returns a new instance of InvalidRunnableIdException.
118 119 120 |
# File 'lib/inferno/exceptions.rb', line 118 def initialize(id) super("ID '#{id}' exceeds the maximum id length of 255 characters") end |