Exception: OsCtl::Repo::NetworkError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/osctl/repo/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(exception) ⇒ NetworkError

Returns a new instance of NetworkError.



22
23
24
# File 'lib/osctl/repo/exceptions.rb', line 22

def initialize(exception)
  super(exception.message)
end