Sign in
apache
/
etch
/
80b6eae7cfc4c7cf6ac5a1c5eedfaca92837c36b
/
.
/
binding-ruby
/
src
/
main
/
ruby
/
support
/
etch__auth_exception.rb
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