Newer
Older
framework / application / Views / errors / cli / production.php
@Jim Parry Jim Parry on 1 Dec 2018 137 bytes Release 4.0.0-alpha.3
<?php

// On the CLI, we still want errors in productions
// so just use the exception template.
include __DIR__.'/error_exception.php';