Exception: Inferno::Exceptions::InvalidRunnableIdException

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

Instance Method Summary collapse

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