Class: Grape::Exceptions::RetryRequired

Inherits:
Base
  • Object
show all
Defined in:
lib/moca_rlibs/grape_errors/retry_required.rb

Overview

RetryRequired (Grape例外拡張)

Instance Method Summary collapse

Constructor Details

#initializeRetryRequired

Returns a new instance of RetryRequired.



9
10
11
# File 'lib/moca_rlibs/grape_errors/retry_required.rb', line 9

def initialize
  super(message: '418 Retry Required', status: 418)
end