ChattyCrow/chattycrow_ruby

View on GitHub
lib/chatty_crow/error/unauthorized_request.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ChattyCrow
  module Error
    class UnauthorizedRequest < ChattyCrowError
    end
  end
end