\MrCrankHank\ConsoleAccess\ExceptionsMissingCommandException

Class NotFoundException

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
generateCallTrace()
getExceptionTraceAsString()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

generateCallTrace()

generateCallTrace() : string

Generate full exception trace

Returns

string

getExceptionTraceAsString()

getExceptionTraceAsString(\Exception  $exception) : string

Php's internal getTraceAsString function truncates the output

Parameters

\Exception $exception

Exception of which the trace should be created

Returns

string