Exception: CS::Error::RelationError

Inherits:
Error
  • Object
show all
Defined in:
lib/cs/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Error when setting up relation") ⇒ RelationError

Returns a new instance of RelationError.



46
47
48
# File 'lib/cs/error.rb', line 46

def initialize(message = "Error when setting up relation")
  super(message)
end