Exception: HCUtil::Errors::PasterError

Inherits:
HCUtilError
  • Object
show all
Defined in:
lib/hcutil/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'PasterError') ⇒ PasterError

Returns a new instance of PasterError.



25
26
27
# File 'lib/hcutil/errors.rb', line 25

def initialize(msg = 'PasterError')
  super
end