Exception: Seatbelt::Errors::DirectiveNotAllowedError
- Inherits:
-
StandardError
- Object
- StandardError
- Seatbelt::Errors::DirectiveNotAllowedError
- Defined in:
- lib/seatbelt/errors/errors.rb
Overview
Public: Will be raised if a method directive for configurating the Gate is used but the directive is not allowed for usage.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
44 45 46 |
# File 'lib/seatbelt/errors/errors.rb', line 44 def "The directive you want to use is not allowed." end |