ChattyCrow/chattycrow_ruby

View on GitHub
lib/chatty_crow/error/channel_not_found.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ChattyCrow
  module Error
    class ChannelNotFound < ChattyCrowError
    end
  end
end