Exception: Clerk::Errors::ClerkServerError

Inherits:
ClerkError
  • Object
show all
Defined in:
app/models/concerns/clerk/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = nil, model = nil) ⇒ ClerkServerError

Returns a new instance of ClerkServerError.



6
7
8
9
# File 'app/models/concerns/clerk/errors.rb', line 6

def initialize(message = nil, model = nil)
  @model = model
  super(message)
end