Repository URL to install this package:
|
Version:
0.4.0.0 ▾
|
module ProcessHost
module Controls
module Error
def self.example
Example.new
end
Example = Class.new StandardError
end
end
end