7 lines
91 B
Ruby
7 lines
91 B
Ruby
module Danbooru
|
|
module Paginator
|
|
class PaginationError < Exception
|
|
end
|
|
end
|
|
end
|