class Rus3::UnsupportedMethodError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rus3/error.rb, line 135
def initialize
  super(EMSG[:unsupported_method])
end