Exception: Danger::DangerKtlint::UnsupportedServiceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ktlint/plugin.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Unsupported service! Currently supported services are GitHub, GitLab and BitBucket server.') ⇒ UnsupportedServiceError

Returns a new instance of UnsupportedServiceError.



10
11
12
# File 'lib/ktlint/plugin.rb', line 10

def initialize(message = 'Unsupported service! Currently supported services are GitHub, GitLab and BitBucket server.')
  super(message)
end