class Toy::Unit::Error::TableError

Public Instance Methods

message() click to toggle source
# File lib/toy/unit.rb, line 38
def message
  'Table must be of type Table!'
end