class Acter::NoSchema

Public Instance Methods

to_s() click to toggle source
# File lib/acter/error.rb, line 6
def to_s
  "Schema not found"
end