Exception: DocRepo::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- DocRepo::NotFound
- Defined in:
- lib/doc_repo.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
Instance Method Summary collapse
-
#initialize(*args, base: $!) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(*args, base: $!) ⇒ NotFound
13 14 15 16 |
# File 'lib/doc_repo.rb', line 13 def initialize(*args, base: $!) @base = base super(*args) end |
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base.
12 13 14 |
# File 'lib/doc_repo.rb', line 12 def base @base end |