Sha256: 1364baf79f07437c745650d5c0dc46debc395ba40f594f2d79b76777dbb4f153
Contents?: true
Size: 151 Bytes
Versions: 3
Compression:
Stored size: 151 Bytes
Contents
module SimplePostmark class APIError < StandardError def initialize(response) super(response.parsed_response['Message']) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple_postmark-0.7.0 | lib/simple_postmark/api_error.rb |
simple_postmark-0.6.0 | lib/simple_postmark/api_error.rb |
simple_postmark-0.5.2 | lib/simple_postmark/api_error.rb |