Padrino::Routing::BlockArityError
Exception: Padrino::Routing::BlockArityError
- Inherits:
- ArgumentError
- Object
- ArgumentError
- Padrino::Routing::BlockArityError
Overview
Raised when block arity was nonzero and was not same with captured parameter length.
Instance Method Summary
-
#initialize(path, block_arity, required_arity) ⇒ BlockArityError
constructor A new instance of BlockArityError.