Class: Exception::Fault::Project
- Inherits:
-
Fault
- Object
- Fault
- Exception::Fault::Project
- Defined in:
- lib/cli/kit/core_ext.rb
Overview
A problem with the project's configuration (dev.yml, zone.nix, etc.).
Instance Method Summary collapse
-
#to_s ⇒ Object
: -> String.
Instance Method Details
#to_s ⇒ Object
: -> String
45 |
# File 'lib/cli/kit/core_ext.rb', line 45 def to_s = 'project' |