PHP Classes

File: themes/default/components/core/error.twig

Recommend this page to a friend!
  Packages of Aby Dahana   Aksara   themes/default/components/core/error.twig   Download  
File: themes/default/components/core/error.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: Development (#663)

* feat: custom format callback on set_field, refine app stats and necessary things

* fix: prevent builder build existing components on develompent environment
feat: default theme menu
chore: awokawok
Date: 3 months ago
Size: 1,115 bytes
 

Contents

Class file image Download
<div class="container-fluid"> <div class="row bg-dark full-height"> <div class="py-3 font-monospace"> <p class="mb-0 text-success"> [info@localhost ~]# aksara trace -exception </p> <p class="text-danger"> {{ phrase('No response could be loaded') }}. {{ phrase('Make sure to check the following mistake') }}: </p> <ol> <li class="text-danger"> {{ phrase('Module structure') }}, </li> <li class="text-danger"> {{ phrase('Incorrect view path') }}, </li> <li class="text-danger"> {{ phrase('Database table existence') }}, </li> <li class="text-danger"> {{ phrase('Something caused by typo') }} </li> </ol> <p class="mb-0 text-success"> [info@localhost ~]# <blink>_</blink> </p> </div> </div> </div>