Exception: RearmedRails::Exceptions::PatchesAlreadyAppliedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rearmed_rails/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializePatchesAlreadyAppliedError

Returns a new instance of PatchesAlreadyAppliedError.



5
6
7
# File 'lib/rearmed_rails/exceptions.rb', line 5

def initialize
  super("Cannot change or apply patches again after `RearmedRails#apply_patches!` has been called.")
end