Exception: Expressir::NoValidSchemaPathsError

Inherits:
ValidationError show all
Defined in:
lib/expressir/errors.rb

Instance Attribute Summary

Attributes inherited from ValidationError

#errors

Attributes inherited from Error

#details

Instance Method Summary collapse

Constructor Details

#initialize(message = "No valid schema paths found") ⇒ NoValidSchemaPathsError

Returns a new instance of NoValidSchemaPathsError.



91
92
93
# File 'lib/expressir/errors.rb', line 91

def initialize(message = "No valid schema paths found")
  super
end