deathburger / yii2-teapot-http-exception
I'm a teapot HTTP exception for Yii2 framework
Installs: 124
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2
This package is auto-updated.
Last update: 2025-03-22 23:20:33 UTC
README
Yii2 missing "I'm a teapot" HTTP exception.
Installation
The preferred way to install this extension is through composer.
$ composer require deathburger/yii2-teapot-http-exception
Usage
<?php use deathburger\teapot\TeapotHttpException; if($developer->noIdeaWhichHttpStatusINeed()) { throw new TeapotHttpException("I'm a teapot"); }