Imbo\Http\Response\Formatter\FormatterInterface::formatError PHP 메소드

formatError() 공개 메소드

Format an error model
public formatError ( Error $model ) : string
$model Imbo\Model\Error The model to format
리턴 string Formatted data
    function formatError(Model\Error $model);