Initial commit
This commit is contained in:
16
app/api/v2/management/exceptions/authentication.rb
Normal file
16
app/api/v2/management/exceptions/authentication.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
# encoding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
module API
|
||||
module V2
|
||||
module Management
|
||||
module Exceptions
|
||||
class Authentication < Base
|
||||
def status
|
||||
@options.fetch(:status, 401)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user