class Rioc::Errors::ApplicationUndeclaredError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/rioc/errors.rb, line 7 def initialize super('Application is not declared by user') end