Exception: AttrExtras::MethodNotImplementedError

Inherits:
Exception
  • Object
show all
Defined in:
lib/attr_extras/explicit.rb

Overview

To avoid masking coding errors, we don’t inherit from StandardError (which would be implicitly rescued). Forgetting to define a requisite method isn’t just some runtime error.