Class Rudy::Config::Error

  1. lib/rudy/config/objects.rb
Parent: Rudy::Error

Methods

public class

  1. new

public instance

  1. message

Public class methods

new (ctype, obj)
[show source]
   # File lib/rudy/config/objects.rb, line 5
5:     def initialize(ctype, obj)
6:       @ctype, @obj = ctype, obj
7:     end

Public instance methods

message ()
[show source]
   # File lib/rudy/config/objects.rb, line 8
8:     def message; "Error in #{@ctype}: #{@obj}"; end