deathburger / yii2-teapot-http-exception
I'm a teapot HTTP exception for Yii2 framework
Package info
github.com/deathburger/yii2-teapot-http-exception
Type:yii2-extension
pkg:composer/deathburger/yii2-teapot-http-exception
dev-master
2017-10-22 00:03 UTC
Requires
- yiisoft/yii2: ~2
This package is auto-updated.
Last update: 2026-03-23 01:43:31 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"); }