Sha256: ee3030418ed004bae02da955fa8397538e881b16e97bf8d279143c0fd79207d9

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

module Pione
  module Notification
    # `Notification::Error` is a base exception class related notification
    # errors.
    class Error < StandardError; end

    # `Notification::MessageError` is a error for message format.
    class MessageError < Error; end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pione-0.5.0 lib/pione/notification/exception.rb
pione-0.5.0.alpha.2 lib/pione/notification/exception.rb
pione-0.5.0.alpha.1 lib/pione/notification/exception.rb
pione-0.4.2 lib/pione/notification/exception.rb
pione-0.4.1 lib/pione/notification/exception.rb
pione-0.4.0 lib/pione/notification/exception.rb