Exception: TableSchema::SchemaException
- Defined in:
- lib/tableschema/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ SchemaException
constructor
A new instance of SchemaException.
Constructor Details
#initialize(message) ⇒ SchemaException
Returns a new instance of SchemaException.
7 8 9 |
# File 'lib/tableschema/exceptions.rb', line 7 def initialize @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
5 6 7 |
# File 'lib/tableschema/exceptions.rb', line 5 def @message end |