lib/universign/client.rb in ruby_universign-1.3.1 vs lib/universign/client.rb in ruby_universign-1.4.0
- old
+ new
@@ -20,17 +20,7 @@
@client.send(method, *args, &block)
else
super(method, *args, &block)
end
end
-
- # _ _
- # _____ _____ ___ _ __ | |_(_) ___ _ __ ___
- # / _ \ \/ / __/ _ \ '_ \| __| |/ _ \| '_ \/ __|
- # | __/> < (_| __/ |_) | |_| | (_) | | | \__ \
- # \___/_/\_\___\___| .__/ \__|_|\___/|_| |_|___/
- # |_|
- class InvalidCredentials < StandardError; end
- class ErrorWhenSigningPDF < StandardError; end
- class UnknownException < StandardError; end
end
end