class Seatbelt::Errors::DirectiveNotAllowedError

Public: Will be raised if a method directive for configurating the Gate is used but the directive is not allowed for usage.

Public Instance Methods

message() click to toggle source
# File lib/seatbelt/errors/errors.rb, line 44
def message
  "The directive you want to use is not allowed."
end