padrino / 0.15 / padrino / routing / blockarityerror.html /

Exception: Padrino::Routing::BlockArityError

Inherits:
ArgumentError
  • Object

Overview

Raised when block arity was nonzero and was not same with captured parameter length.

Instance Method Summary

Constructor Details

#initialize(path, block_arity, required_arity) ⇒ BlockArityError

Returns a new instance of BlockArityError.