class ExceptionForMatrix::ErrOperationNotImplemented
Public Class Methods
Source
# File bundled-src/matrix-0.4.3/lib/matrix.rb, line 49 def initialize(vals) super("Sorry, Operation(#{vals[0]}) not implemented: #{vals[1]} op #{vals[2]}") end
Calls superclass method
Exception::new