Exception: Wrest::Exceptions::MethodNotOverriddenException

Inherits:
StandardError
  • Object
show all
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.