Exception: Protocol::BlockCheckError

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 expected block argument, 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