lib/seatsio/exception.rb
module Seatsio module Exception class SeatsioException < StandardError end class NoMorePagesException < SeatsioException end class NotFoundException < SeatsioException end end end
module Seatsio module Exception class SeatsioException < StandardError end class NoMorePagesException < SeatsioException end class NotFoundException < SeatsioException end end end