blob: 81b65bf2c6ee1e847222f3b5dc72fdb233be7dd4 [file] [log] [blame]
# package 'etch/bindings/ruby/support'
require 'etch/bindings/ruby/support/etch__runtime_exception'
class Etch_AuthException < Etch_RuntimeException
def initialize( msg )
super( msg )
end
end