lib/active_encode/base.rb in active_encode-0.1.0 vs lib/active_encode/base.rb in active_encode-0.1.1
- old
+ new
@@ -11,6 +11,8 @@
include Status
include TechnicalMetadata
include EngineAdapter
include Callbacks
end
+
+ class NotFound < RuntimeError; end
end