In Files

  • mrblib/error.rb

Parent

Methods

Exception

Exception

ISO 15.2.22

Public Class Methods

exception(*args, &block) click to toggle source

Raise an exception.

ISO 15.2.22.4.1

 
               # File mrblib/error.rb, line 11
def self.exception(*args, &block)
  self.new(*args, &block)
end