Libraries
»
less
(1.0.11)
»
Index
»
Object
»
#error!
Method: Object#error!
Defined in:
lib/less.rb
#
error!
(s) ⇒
Object
Raises:
(
Exception
)
67
# File 'lib/less.rb', line 67
def
error!
(
s
)
raise
Exception
,
s
end