Sha256: 3389798a396a7002c88aef73cbce3bd3f6fb119fad78fbc023c79b849cd361b1

Contents?: true

Size: 124 Bytes

Versions: 1

Compression:

Stored size: 124 Bytes

Contents

module SendgridThreads
  class Exception < StandardError
    def initialize(message)
      super(message)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sendgrid-threads-0.1.0 lib/sendgrid_threads/exceptions.rb