class Teapot::MissingTeapotError
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/teapot/loader.rb, line 51 def initialize(path) super "Could not read file at #{path}!" end