Exception: Wrest::Exceptions::MethodNotOverriddenException
- Inherits:
-
StandardError
- Object
- StandardError
- Wrest::Exceptions::MethodNotOverriddenException
- Defined in:
- lib/wrest/exceptions/method_not_overridden_exception.rb
Overview
Raised when a base method that should be overriden is invoked on a subclass that has not implemented it.