TeapotSourceTeapotMissingTeapotError

class MissingTeapotError

Raised when a teapot file cannot be found.

Definitions

def initialize(path)

Signature

parameter path String

The file path.

Implementation

def initialize(path)
	super "Could not read file at #{path}!"
end