Class RuntimeException

Summary

Fully Qualified Name: Zend\Console\Exception\RuntimeException
Extends: RuntimeException
Implements: ExceptionInterface

Description

Methods

Name Description Defined By
__construct() Constructor RuntimeException
getUsageMessage() Returns the usage RuntimeException

Method Details

__construct()

Constructor

Parameter Name Type Description
$message string
$usage string

Returns:

getUsageMessage()

Returns the usage

Returns: string

Top