Exception: RuAUR::Error::AUR
- Inherits:
-
RuAUR::Error
- Object
- RuntimeError
- RuAUR::Error
- RuAUR::Error::AUR
- Defined in:
- lib/ruaur/error/aur.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ AUR
constructor
A new instance of AUR.
Constructor Details
#initialize(msg) ⇒ AUR
Returns a new instance of AUR.
2 3 4 |
# File 'lib/ruaur/error/aur.rb', line 2 def initialize(msg) super(msg) end |