summaryrefslogtreecommitdiff
path: root/FatalRuntimeError.php
blob: 4873b1a93da4d5053569620e5512d1b428953e83 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace kch42\ste;

/*
 * Class: FatalRuntimeError
 * An Exception a tag can throw, if a fatal (irreparable) runtime error occurred.
 * This Exception will always "bubble up" so you probably want to catch them. Remember that this exception is also in the namespace ste!
 */
class FatalRuntimeError extends \Exception {}