Exception: Rearmed::Exceptions::PatchesAlreadyAppliedError

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

Instance Method Summary collapse

Constructor Details

#initializePatchesAlreadyAppliedError

Returns a new instance of PatchesAlreadyAppliedError.



23
24
25
# File 'lib/rearmed/exceptions.rb', line 23

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