lib/hanami/model/error.rb in hanami-model-1.2.0.beta2 vs lib/hanami/model/error.rb in hanami-model-1.2.0.rc1

- old
+ new

@@ -110,7 +110,13 @@ # Unknown primary key error # # @since 1.0.0 class MissingPrimaryKeyError < Error end + + # Unknown attribute error + # + # @since 1.2.0 + class UnknownAttributeError < Error + end end end