gottfrois/grape-attack

View on GitHub
lib/grape/attack/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Grape
  module Attack
    StoreError = Class.new(StandardError)
    Exceptions = Class.new(StandardError)
    RateLimitExceededError = Class.new(Exceptions)
  end
end