Exception: Blueprints::BlueprintNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/blueprints/errors.rb

Overview

Is raised when blueprint or namespace is not found.

Instance Method Summary collapse

Methods inherited from Error

#initialize, #to_s

Constructor Details

This class inherits a constructor from Blueprints::Error

Instance Method Details

#message_appendObject



20
21
22
# File 'lib/blueprints/errors.rb', line 20

def message_append
  'not found'
end