Exception: V::ERROR
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- V::ERROR
- Defined in:
- lib/v/errors.rb
Class Method Summary collapse
-
.raise(*args) ⇒ Object
otherwise I get these stupid parenthesis warnings…
Class Method Details
.raise(*args) ⇒ Object
otherwise I get these stupid parenthesis warnings…
4 5 6 7 |
# File 'lib/v/errors.rb', line 4 def self.raise(*args) target = Thread === args.last ? args.pop : Kernel target.raise new(*args) end |