module SharkOnLambda::Errors
Public Class Methods
[](status_code)
click to toggle source
# File lib/shark_on_lambda/errors/base.rb, line 27 def self.[](status_code) @errors[status_code] end
# File lib/shark_on_lambda/errors/base.rb, line 27 def self.[](status_code) @errors[status_code] end