<?php namespace App\Exceptions; use Exception; /** * スキップ */ class SkipException extends Exception { }