class PostsDownloader::UnsupportedProviderException

Defined in:

posts-downloader/exceptions.cr

Constructors

Constructor methods inherited from class PostsDownloader::ExceptionWithProvider

new(provider : Providers, message : String | Nil = nil, cause : Exception | Nil = nil) new

Constructor Detail

def self.new(provider : Providers, message : String | Nil = nil, cause : Exception | Nil = nil) #

[View source]