Exception: Less2Sass::ArgumentUnspecifiedError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Less2Sass::ArgumentUnspecifiedError
- Defined in:
- lib/less2sass/error.rb
Instance Method Summary collapse
-
#initialize(arg) ⇒ ArgumentUnspecifiedError
constructor
A new instance of ArgumentUnspecifiedError.
- #message ⇒ Object
Constructor Details
#initialize(arg) ⇒ ArgumentUnspecifiedError
Returns a new instance of ArgumentUnspecifiedError.
5 6 7 |
# File 'lib/less2sass/error.rb', line 5 def initialize(arg) @arg = arg end |
Instance Method Details
#message ⇒ Object
9 10 11 |
# File 'lib/less2sass/error.rb', line 9 def "Argument Error: #{@arg} can't be left unspecified. Choose sass or scss." end |