Exception: Protocol::ArgumentErrorCheckError

Inherits:
BaseCheckError show all
Defined in:
lib/protocol/errors.rb

Overview

This exception is raised if a method implented in a class didn’t have the required arity, that was required to conform to the checked protocol.

Instance Attribute Summary

Attributes inherited from BaseCheckError

#protocol_message

Method Summary

Methods inherited from BaseCheckError

#initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from Protocol::BaseCheckError