Exception: HCUtil::Errors::PasterError
- Inherits:
-
HCUtilError
- Object
- StandardError
- HCUtilError
- HCUtil::Errors::PasterError
- Defined in:
- lib/hcutil/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'PasterError') ⇒ PasterError
constructor
A new instance of PasterError.
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 |