deathburger/yii2-teapot-http-exception

I'm a teapot HTTP exception for Yii2 framework

dev-master 2017-10-22 00:03 UTC

This package is auto-updated.

Last update: 2024-04-22 20:58:55 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");
}