class Strike::Errors::NotFoundError
Public Class Methods
new(msg = 'The resource does not exist.')
click to toggle source
Calls superclass method
# File lib/strike/errors.rb, line 22 def initialize(msg = 'The resource does not exist.') super end