class RuAUR::Error::AUR

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/ruaur/error/aur.rb, line 2
def initialize(msg)
    super(msg)
end