Exception: PackerFiles::Core::Error

Inherits:
Exception
  • Object
show all
Defined in:
lib/PackerFiles/Core/Exceptions.rb

Overview

The top level class for all exceptions shown by this gem.

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message.



11
12
13
# File 'lib/PackerFiles/Core/Exceptions.rb', line 11

def message
  @message
end