<?php namespace App\Exceptions; use Exception; /** * 排他エラー */ class ExclusiveException extends Exception { }