class Strike::Errors::InternalServerError

Public Class Methods

new(msg = 'There was an internal API error.') click to toggle source
Calls superclass method
# File lib/strike/errors.rb, line 34
def initialize(msg = 'There was an internal API error.')
  super
end