Exception: Bookbinder::GitHubRepository::RepositoryCloneError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bookbinder/git_hub_repository.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ RepositoryCloneError

Returns a new instance of RepositoryCloneError.



10
11
12
# File 'lib/bookbinder/git_hub_repository.rb', line 10

def initialize(msg=nil)
  super
end